projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a68df
)
win32: Fix text color on XP
author
Alexander Larsson
<alexl@redhat.com>
Fri, 9 Mar 2012 15:41:47 +0000
(16:41 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 9 Mar 2012 15:43:00 +0000
(16:43 +0100)
Use a different base text color as the old one leads to
white on white on XP.
gtk/gtk-win32.css
patch
|
blob
|
history
diff --git
a/gtk/gtk-win32.css
b/gtk/gtk-win32.css
index f0349a04106f604689742183b28114df1e2be08e..6b329bdcba651350494117c2716e4a9b7585e4b7 100644
(file)
--- a/
gtk/gtk-win32.css
+++ b/
gtk/gtk-win32.css
@@
-18,7
+18,7
@@
GtkViewport {
}
* {
- color: -gtk-win32-color(button,
9
);
+ color: -gtk-win32-color(button,
18
);
-GtkWidget-link-color: -gtk-win32-color(button, 26);
-GtkWidget-visited-link-color: -gtk-win32-color(button, 26);
border-color: shade (@bg_color, 0.6);